'宣言
Public Overloads Shared Function Bind(Of T)( _ ByVal button As Button, _ ByVal command As IDelegateCommand, _ ByVal getter As Func(Of T) _ ) As IDisposable
public static IDisposable Bind<T>( Button button, IDelegateCommand command, Func<T> getter )
パラメータ
- button
- command
- getter
型パラメータ
- T